home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / how_to_m.swf / scripts / DefineSprite_106 / frame_1 / DoAction.as
Encoding:
Text File  |  2010-11-09  |  156 b   |  9 lines

  1. this.onRollOver = function()
  2. {
  3.    btn_Animation.gotoAndPlay("btnOver");
  4. };
  5. this.onRollOut = function()
  6. {
  7.    btn_Animation.gotoAndPlay("btnOut");
  8. };
  9.